Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtension<T> Interface / Detach Method
The extensible object that aggregates this extension.


In This Topic
    Detach Method (IExtension<T>)
    In This Topic
    Enables an object to find out when it is no longer aggregated. Called when an extension is removed from the IExtensionObject<T>.Extensions property.
    Syntax
    'Declaration
     
    
    Sub Detach( _
       ByVal owner As T _
    ) 
    'Usage
     
    
    Dim instance As IExtension(Of T)
    Dim owner As T
     
    instance.Detach(owner)
    void Detach( 
       T owner
    )

    Parameters

    owner
    The extensible object that aggregates this extension.
    See Also